home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_250
/
BUTTONCONDACTION on(release, keyPress s).as
Wrap
Text File
|
2002-05-21
|
202b
|
14 lines
on(release, keyPress "s"){
if(hp >= 45)
{
wage = Number(ch * 1.5);
money += wage;
hp -= 45;
gotoAndPlay(129);
}
else
{
gotoAndStop(218);
}
}